{% extends "global/Page.html" %} {% load otree %} {% block title %} Results {% endblock %} {% block content %} {% for p in player.get_others_in_group %} {% endfor %} You contributed: {{ player.contribution }} Thus in total you earned: {{ total_earnings }}
あなたは{{ player.results_announce }}しました
当選した方の寄付金額分を実験者が寄付します
後日その証明メールを送りますのでご確認のほどよろしくお願いします。
{% next_button %} {% include Constants.instructions_template %} {% endblock %}